Uses of Enum
com.cisco.pt.ipc.enums.DHCPv6ClientEnabled
Packages that use DHCPv6ClientEnabled
-
Uses of DHCPv6ClientEnabled in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return DHCPv6ClientEnabledModifier and TypeMethodDescriptionstatic DHCPv6ClientEnabledDHCPv6ClientEnabled.fromIntValue(int value) static DHCPv6ClientEnabledDHCPv6ClientEnabled.fromIntValue(Integer value) static DHCPv6ClientEnabledReturns the enum constant of this type with the specified name.static DHCPv6ClientEnabled[]DHCPv6ClientEnabled.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DHCPv6ClientEnabled in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim with parameters of type DHCPv6ClientEnabledModifier and TypeMethodDescriptionvoidDHCPv6ClientProcess.enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName) Information provided by the PKI file:voidDHCPv6MainProcess.enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName, boolean bStatelessConfig, boolean bStatelessConfigManagedFlag, boolean bStatelessConfigOtherFlag) Information provided by the PKI file: -
Uses of DHCPv6ClientEnabled in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl with parameters of type DHCPv6ClientEnabledModifier and TypeMethodDescriptionvoidDHCPv6ClientProcessImpl.enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName) Information provided by the PKI file:voidDHCPv6MainProcessImpl.enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName, boolean bStatelessConfig, boolean bStatelessConfigManagedFlag, boolean bStatelessConfigOtherFlag) Information provided by the PKI file: